[INFO] fetching crate saffron 0.1.0...
[INFO] testing saffron-0.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate saffron 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate saffron 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate saffron 0.1.0
[INFO] tweaked toml for crates.io crate saffron 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate saffron 0.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate saffron 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f363369ca64d27facbb11f302a8530af87a0a61007711f6e1393ac5351351009
[INFO] running `Command { std: "docker" "start" "-a" "f363369ca64d27facbb11f302a8530af87a0a61007711f6e1393ac5351351009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f363369ca64d27facbb11f302a8530af87a0a61007711f6e1393ac5351351009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f363369ca64d27facbb11f302a8530af87a0a61007711f6e1393ac5351351009", kill_on_drop: false }`
[INFO] [stdout] f363369ca64d27facbb11f302a8530af87a0a61007711f6e1393ac5351351009
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01749ff10b8b3e90fc5aa11a2501f9eb2bec32ec7acda4c2d78e9fec4b9660df
[INFO] running `Command { std: "docker" "start" "-a" "01749ff10b8b3e90fc5aa11a2501f9eb2bec32ec7acda4c2d78e9fec4b9660df", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling saffron v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 387 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 489 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 503 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 684 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 705 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 719 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 821 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:605:17
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub fn iter(&self) -> ExprsIter<E> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub fn iter(&self) -> ExprsIter<'_, E> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:670:34
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<L> {
[INFO] [stdout]     |                                  ^^^^^              ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<'_, L> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "01749ff10b8b3e90fc5aa11a2501f9eb2bec32ec7acda4c2d78e9fec4b9660df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01749ff10b8b3e90fc5aa11a2501f9eb2bec32ec7acda4c2d78e9fec4b9660df", kill_on_drop: false }`
[INFO] [stdout] 01749ff10b8b3e90fc5aa11a2501f9eb2bec32ec7acda4c2d78e9fec4b9660df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4cfd7e86126a7864e3f338be8e7ba16b622303d9ebc3816ba97edf7021e020ad
[INFO] running `Command { std: "docker" "start" "-a" "4cfd7e86126a7864e3f338be8e7ba16b622303d9ebc3816ba97edf7021e020ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling serde v1.0.119
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling const_fn v0.4.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling serde_json v1.0.61
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling syn v1.0.58
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.119
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling half v1.6.0
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling plotters v0.2.15
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 387 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 489 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 503 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 684 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 705 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 719 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 821 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:605:17
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub fn iter(&self) -> ExprsIter<E> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub fn iter(&self) -> ExprsIter<'_, E> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:670:34
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<L> {
[INFO] [stdout]     |                                  ^^^^^              ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<'_, L> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling criterion-plot v0.4.3
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling bstr v0.2.14
[INFO] [stderr]    Compiling serde_cbor v0.11.1
[INFO] [stderr]    Compiling csv v1.1.5
[INFO] [stderr]    Compiling tinytemplate v1.2.0
[INFO] [stderr]    Compiling criterion v0.3.3
[INFO] [stderr]    Compiling saffron v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 179 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 387 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 489 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 503 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 684 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 705 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 719 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stdout]     |                     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:59:47
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 821 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stdout]     |                     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stdout]     |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:605:17
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub fn iter(&self) -> ExprsIter<E> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub fn iter(&self) -> ExprsIter<'_, E> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:670:34
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<L> {
[INFO] [stdout]     |                                  ^^^^^              ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<'_, L> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.80s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3, nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "4cfd7e86126a7864e3f338be8e7ba16b622303d9ebc3816ba97edf7021e020ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cfd7e86126a7864e3f338be8e7ba16b622303d9ebc3816ba97edf7021e020ad", kill_on_drop: false }`
[INFO] [stdout] 4cfd7e86126a7864e3f338be8e7ba16b622303d9ebc3816ba97edf7021e020ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 03a27be6e49bee024594b9a7108106c7907e6b23f8c80f83320d8f99e03e565a
[INFO] running `Command { std: "docker" "start" "-a" "03a27be6e49bee024594b9a7108106c7907e6b23f8c80f83320d8f99e03e565a", kill_on_drop: false }`
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 179 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stderr]     |         ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stderr]     |                     ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 304 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stderr]     |                     ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 366 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stderr]     |         ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 387 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stderr]     |                     -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 401 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stderr]     |                     -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 468 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stderr]     |         ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 489 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stderr]     |                     -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 503 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stderr]     |                     -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 684 |         debug_assert_pattern!(pattern, Self::DAY_BITS);
[INFO] [stderr]     |         ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 705 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stderr]     |                     ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 719 |                     debug_assert_pattern!(bits, Self::DAY_BITS);
[INFO] [stderr]     |                     ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 786 |         debug_assert_pattern!(pattern, Self::ALL);
[INFO] [stderr]     |         ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stdout] running 121 tests
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 807 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stderr]     |                     -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:59:47
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 821 |                     debug_assert_pattern!(bits, Self::ALL);
[INFO] [stderr]     |                     -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  59 |         debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN)
[INFO] [stderr]     |                                               +++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:605:17
[INFO] [stderr]     |
[INFO] [stderr] 605 |     pub fn iter(&self) -> ExprsIter<E> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 605 |     pub fn iter(&self) -> ExprsIter<'_, E> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:670:34
[INFO] [stderr]     |
[INFO] [stderr] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<L> {
[INFO] [stderr]     |                                  ^^^^^              ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 670 |     pub fn describe<L: Language>(&self, lang: L) -> LanguageFormatter<'_, L> {
[INFO] [stderr]     |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `saffron` (lib) generated 17 warnings (run `cargo fix --lib -p saffron` to apply 17 suggestions)
[INFO] [stderr] warning: `saffron` (lib test) generated 17 warnings (17 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3, nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/saffron-e92fd866f170fe50)
[INFO] [stdout] test describe::english::tests::day_of_week ... ok
[INFO] [stdout] test describe::english::tests::complex ... ok
[INFO] [stdout] test describe::english::tests::day_of_month ... ok
[INFO] [stdout] test describe::english::tests::months ... ok
[INFO] [stdout] test describe::english::tests::time ... ok
[INFO] [stdout] test parse::tests::days_of_month::all ... ok
[INFO] [stdout] test parse::tests::days_of_month::closest_weekday ... ok
[INFO] [stdout] test parse::tests::days_of_month::closest_weekday_with_other_exprs ... ok
[INFO] [stdout] test parse::tests::days_of_month::last ... ok
[INFO] [stdout] test parse::tests::days_of_month::last_offset ... ok
[INFO] [stdout] test parse::tests::days_of_month::last_offset_weekday ... ok
[INFO] [stdout] test parse::tests::days_of_month::last_weekday ... ok
[INFO] [stdout] test parse::tests::days_of_month::last_with_other_exprs ... ok
[INFO] [stdout] test parse::tests::days_of_month::many_one_value ... ok
[INFO] [stdout] test parse::tests::days_of_month::last_offset_limit ... ok
[INFO] [stdout] test parse::tests::days_of_month::many_range ... ok
[INFO] [stdout] test parse::tests::days_of_month::many_range_step ... ok
[INFO] [stdout] test parse::tests::days_of_month::many_steps ... ok
[INFO] [stdout] test parse::tests::days_of_month::one_range ... ok
[INFO] [stdout] test parse::tests::days_of_month::one_value ... ok
[INFO] [stdout] test parse::tests::days_of_month::overflow_range ... ok
[INFO] [stdout] test parse::tests::days_of_month::range_step ... ok
[INFO] [stdout] test parse::tests::days_of_month::multi_star_step ... ok
[INFO] [stdout] test parse::tests::days_of_month::star_range_doesnt_make_sense ... ok
[INFO] [stdout] test parse::tests::days_of_month::star_step ... ok
[INFO] [stdout] test parse::tests::days_of_month::step_with_star_step ... ok
[INFO] [stdout] test parse::tests::days_of_month::step ... ok
[INFO] [stdout] test parse::tests::days_of_month::values_ranges_steps_and_ranges ... ok
[INFO] [stdout] test parse::tests::days_of_week::all ... ok
[INFO] [stdout] test parse::tests::days_of_week::last ... ok
[INFO] [stdout] test parse::tests::days_of_week::last_day ... ok
[INFO] [stdout] test parse::tests::days_of_week::many_range ... ok
[INFO] [stdout] test parse::tests::days_of_week::many_range_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::one_value ... ok
[INFO] [stdout] test parse::tests::days_of_week::limits ... ok
[INFO] [stdout] test parse::tests::days_of_week::only_match_first_star ... ok
[INFO] [stdout] test parse::tests::days_of_week::last_with_other_exprs ... ok
[INFO] [stdout] test parse::tests::days_of_week::star_range_doesnt_make_sense ... ok
[INFO] [stdout] test parse::tests::days_of_week::overflow_range ... ok
[INFO] [stdout] test parse::tests::days_of_week::many_steps ... ok
[INFO] [stdout] test parse::tests::days_of_week::multi_star_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::many_one_value ... ok
[INFO] [stdout] test parse::tests::days_of_week::word_values ... ok
[INFO] [stdout] test parse::tests::hours::all ... ok
[INFO] [stdout] test parse::tests::hours::limits ... ok
[INFO] [stdout] test parse::tests::hours::many_one_value ... ok
[INFO] [stdout] test parse::tests::hours::many_range ... ok
[INFO] [stdout] test parse::tests::days_of_week::range_step ... ok
[INFO] [stdout] test parse::tests::days_of_month::only_match_first_star ... ok
[INFO] [stdout] test parse::tests::hours::many_steps ... ok
[INFO] [stdout] test parse::tests::days_of_month::limits ... ok
[INFO] [stdout] test parse::tests::hours::multi_star_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::step_with_star_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::step ... ok
[INFO] [stdout] test parse::tests::hours::many_range_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::one_range ... ok
[INFO] [stdout] test parse::tests::hours::one_range ... ok
[INFO] [stdout] test parse::tests::days_of_week::values_ranges_steps_and_ranges ... ok
[INFO] [stdout] test parse::tests::hours::one_value ... ok
[INFO] [stdout] test parse::tests::hours::range_step ... ok
[INFO] [stdout] test parse::tests::hours::star_range_doesnt_make_sense ... ok
[INFO] [stdout] test parse::tests::hours::star_step ... ok
[INFO] [stdout] test parse::tests::hours::only_match_first_star ... ok
[INFO] [stdout] test parse::tests::hours::step ... ok
[INFO] [stdout] test parse::tests::minutes::all ... ok
[INFO] [stdout] test parse::tests::minutes::limits ... ok
[INFO] [stdout] test parse::tests::hours::step_with_star_step ... ok
[INFO] [stdout] test parse::tests::minutes::many_range_step ... ok
[INFO] [stdout] test parse::tests::minutes::many_one_value ... ok
[INFO] [stdout] test parse::tests::minutes::multi_star_step ... ok
[INFO] [stdout] test parse::tests::hours::overflow_range ... ok
[INFO] [stdout] test parse::tests::minutes::only_match_first_star ... ok
[INFO] [stdout] test parse::tests::minutes::overflow_range ... ok
[INFO] [stdout] test parse::tests::hours::values_ranges_steps_and_ranges ... ok
[INFO] [stdout] test parse::tests::minutes::range_step ... ok
[INFO] [stdout] test parse::tests::minutes::star_range_doesnt_make_sense ... ok
[INFO] [stdout] test parse::tests::minutes::star_step ... ok
[INFO] [stdout] test parse::tests::minutes::step ... ok
[INFO] [stdout] test parse::tests::minutes::one_range ... ok
[INFO] [stdout] test parse::tests::minutes::values_ranges_steps_and_ranges ... ok
[INFO] [stdout] test parse::tests::minutes::many_steps ... ok
[INFO] [stdout] test parse::tests::minutes::many_range ... ok
[INFO] [stdout] test parse::tests::minutes::one_value ... ok
[INFO] [stdout] test parse::tests::months::all ... ok
[INFO] [stdout] test parse::tests::months::many_range_step ... ok
[INFO] [stdout] test parse::tests::minutes::step_with_star_step ... ok
[INFO] [stdout] test parse::tests::months::many_steps ... ok
[INFO] [stdout] test parse::tests::months::many_range ... ok
[INFO] [stdout] test parse::tests::months::one_range ... ok
[INFO] [stdout] test parse::tests::months::multi_star_step ... ok
[INFO] [stdout] test parse::tests::months::only_match_first_star ... ok
[INFO] [stdout] test parse::tests::months::limits ... ok
[INFO] [stdout] test parse::tests::months::overflow_range ... ok
[INFO] [stdout] test parse::tests::months::range_step ... ok
[INFO] [stdout] test parse::tests::months::many_one_value ... ok
[INFO] [stdout] test parse::tests::months::word_values ... ok
[INFO] [stdout] test parse::tests::months::step ... ok
[INFO] [stdout] test tests::parse_check_closest_weekday ... ok
[INFO] [stdout] test tests::parse_check_anytime ... ok
[INFO] [stdout] test tests::parse_check_last_weekday ... ok
[INFO] [stdout] test parse::tests::months::one_value ... ok
[INFO] [stdout] test tests::parse_check_anytime_but_its_ranges ... ok
[INFO] [stdout] test parse::tests::months::star_step ... ok
[INFO] [stdout] test tests::parse_check_last_weekdays_offset ... ok
[INFO] [stdout] test tests::parse_check_last_weekdays ... ok
[INFO] [stdout] test parse::tests::months::step_with_star_step ... ok
[INFO] [stdout] test tests::parse_check_leap_days ... ok
[INFO] [stdout] test parse::tests::months::values_ranges_steps_and_ranges ... ok
[INFO] [stdout] test tests::parse_check_limits ... ok
[INFO] [stdout] test tests::parse_check_nth_weekday ... ok
[INFO] [stdout] test tests::parse_check_offset_weekend_start_months ... ok
[INFO] [stdout] test tests::parse_check_offset_weekend_start_months_beyond_days ... ok
[INFO] [stdout] test tests::parse_check_offset_leap_days ... ok
[INFO] [stdout] test tests::parse_check_specific_time_as_ranges ... ok
[INFO] [stdout] test tests::parse_check_steps ... ok
[INFO] [stdout] test tests::parse_check_overflow_time_ranges ... ok
[INFO] [stdout] test tests::parse_check_specific_time ... ok
[INFO] [stdout] test tests::parse_check_overflow_range_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::star_step ... ok
[INFO] [stdout] test parse::tests::days_of_week::nth ... ok
[INFO] [stdout] test parse::tests::months::star_range_doesnt_make_sense ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 121 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests saffron
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - Cron::next_after (line 1097) ... ok
[INFO] [stdout] test src/lib.rs - Cron::iter_from (line 1005) ... ok
[INFO] [stdout] test src/lib.rs - Cron::iter_after (line 1038) ... ok
[INFO] [stdout] test src/lib.rs - Cron (line 854) ... ok
[INFO] [stdout] test src/lib.rs - Cron::contains (line 962) ... ok
[INFO] [stdout] test src/lib.rs - Cron::next_from (line 1071) ... ok
[INFO] [stdout] test src/parse.rs - parse::CronExpr::describe (line 662) ... ok
[INFO] [stdout] test src/lib.rs - Cron::any (line 917) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "03a27be6e49bee024594b9a7108106c7907e6b23f8c80f83320d8f99e03e565a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03a27be6e49bee024594b9a7108106c7907e6b23f8c80f83320d8f99e03e565a", kill_on_drop: false }`
[INFO] [stdout] 03a27be6e49bee024594b9a7108106c7907e6b23f8c80f83320d8f99e03e565a
